Eclipse Platform
Pre-release 3.0

org.eclipse.ui.activities
Class ActivityManagerFactory

java.lang.Object
  extended byorg.eclipse.ui.activities.ActivityManagerFactory

public final class ActivityManagerFactory
extends Object

This class allows clients to broker instances of IActivityManager.

This class is not intended to be extended by clients.

EXPERIMENTAL

Since:
3.0

Method Summary
static IMutableActivityManager getMutableActivityManager()
          Creates a new instance of IMutableActivityManager.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getMutableActivityManager

public static IMutableActivityManager getMutableActivityManager()
Creates a new instance of IMutableActivityManager.

Returns:
a new instance of IMutableActivityManager. Clients should not make assumptions about the concrete implementation outside the contract of the interface. Guaranteed not to be null.

Eclipse Platform
Pre-release 3.0

Copyright (c) IBM Corp. and others 2000, 2003. All Rights Reserved.